From 70c8541120a19ff9eaf2af810144ee3dff334f14 Mon Sep 17 00:00:00 2001 From: robertlipe Date: Sun, 18 Nov 2012 01:33:22 +0000 Subject: [PATCH] Don't use shell redirection to capture gperf output. --- gpsbabel/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index e054ae9e0..e35c858f4 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -123,7 +123,7 @@ Makefile gbversion.h: Makefile.in config.status xmldoc/makedoc.in \ CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status xcsv_tokens.gperf: xcsv_tokens.in - gperf -L ANSI-C -D -t $? > $@ + gperf --output-file=$@ -L ANSI-C -D -t $? config.status: configure $(SHELL) config.status --recheck -- 2.30.2